.carousel {
	width: 100%;
	min-width:60rem;
	max-width:100rem;
	margin: 0 auto;
	font-size: 2rem;
	text-align: center;
	/*background-color: #464576;*/
}
.ft-carousel {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.ft-carousel .carousel-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
/*4个位置开始*/
.carousel-banner {
    font-family: "宋体";
    /*font-weight: bold;*/
    position: absolute;
    /*font-size: 2.25rem;*/
    font-size: 1.5rem;
    /*width: 24.75rem;*/
    width: 28rem;
    max-width:560px; 
    color: #335F7D;
    letter-spacing: 0;
    text-align: left;
}
.carousel-banner-dsc{
	background: rgba(255,255,255,0.70);
	color: #34607e;
	font-weight:bold;
	text-align: left;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top:0.85rem;
	padding-bottom: 0.85rem;
	line-height: 1.5;
	/*line-height: 3.15rem;*/
	/*height: 3.8rem;*/
	/*line-height: 3.8rem;*/
	/*margin-top: 0.15rem;*/
	overflow: hidden;
	/*text-align: justify;*/
	/*text-overflow:ellipsis;
	white-space: nowrap;*/
}
.carousel-banner-txt{
	font-family:  "TheSans","黑体";
	display: none;
	/*font-weight: bold;*/
	background: #8DBFCF;
	font-size: 0.8rem;
	color: #FFFFFF;
	line-height: 1.8rem;
	padding: 0.5rem 1.5rem;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 100%;

}
.carousel-banner-re-1{
	padding: 0.25rem;
	font-family:  "TheSans","黑体";
}

.carousel-banner:hover .carousel-banner-txt{
	display: block;
	cursor:pointer;
	/*font-family:"TheSans","SimHei";*/
}
.carousel-banner:hover .carousel-banner-4-img{
	display: none;
}
.carousel-banner_btn{
	position: absolute;
	bottom: 0.5rem;
	right: 1rem;
}
.carousel-banner-1{
	left: calc((100% - 58.8rem)/2);
	bottom: 14.5%;
}
.carousel-banner-2{
	left: calc((100% - 58.8rem)/2 + 29rem);
	bottom: 14.5%;
}
.carousel-banner-3{
	left: calc((100% - 58.8rem)/2);
	top: 14.5%;
}
.carousel-banner-4{
	/*right: calc(19.4% + 6.5rem);
	bottom: calc(22% + 0.55rem);*/
	right: calc(5.4% + 6.5rem);
	bottom: calc(5% + 0.55rem);
	z-index: 10;
}
.carousel-banner-4:hover .carousel-banner-txt{
	display:none;
	/*font-family: "TheSans";*/
}
.carousel-banner-4-img{
	position: absolute;
	left:25rem;
	top:0.8rem;
	height: 76px;
	width: 76px;
}
.carousel-banner-5{
	right: calc(5.4% + 6.5rem);
	top: 14.5%;
}
/*4个位置结束*/
.ft-carousel .carousel-inner .carousel-item {
	float: left;
	height: 100%;
	width: 100%;
	position: relative;
}

.ft-carousel .carousel-indicators {
	position: absolute;
	left: 0;
	bottom: 0.5rem;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.ft-carousel .carousel-indicators span {
	display: inline-block;
	width: 0.4rem;
	height: 0.4rem;
	background-color: #7d7d7d;
	margin: 0 0.3rem;
	border-radius: 50%;
	cursor: pointer;
}

.ft-carousel .carousel-indicators span.active {
	background-color: #ffffff;
}

.ft-carousel .carousel-btn {
	position: absolute;
	top: 50%;
	width: 3rem;
	height: 3rem;
	margin-top: -1.25rem;
	cursor: pointer;
}

.ft-carousel .carousel-prev-btn {
	left: 0;
	z-index: 20;
	/*background: url(../image/icon_17.png) no-repeat;*/
	background: url(/Content/image/icon_17.png) no-repeat;
	background-size: 3rem 3rem;
}
.ft-carousel .carousel-prev-btn:hover{
	/*background: url(../image/icon_19.png) no-repeat;*/
	background: url(/Content/image/icon_19.png) no-repeat;
	background-size: 3rem 3rem;
}

.ft-carousel .carousel-next-btn {
	right: 0;
	z-index: 20;
	background: url(/Content/image/icon_16.png) no-repeat;
	background-size: 3rem 3rem;
	width: 3rem;
	height: 3rem;
	padding:0px;
	overflow: hidden;
}
.ft-carousel .carousel-next-btn:hover{
	background: url(/Content/image/icon_19.png) no-repeat;
	background-size: 3rem 3rem;
	background-color: #8ebfcf;
	padding-left: 3rem;
}
.carousel-next-btn-txt{
	color: #FFFFFF;
	font-size: 0.8rem;
	height: 3rem;
	/*padding-top: 0.8rem;*/
}
/*视频*/
/*.js_lb_video .video_img{
	width: 5rem;
	height: 5rem;
	position: absolute;
	left:calc(50% - 2.1rem );
	top:calc(50% - 3.4rem );
}*/
.js_lb_video_img{
	width: 5rem ;
	height: 5rem;
	position: absolute;
	/*right: 19.4%;
	bottom: 22%;*/
	right: 5.4%;
	bottom: 5%;
	z-index: 10;
	cursor:pointer;
}
#bg_img{
	visibility:hidden;
}
/*@media screen and (min-width: 1920px){
	.carousel-lb,.carousel{
		height: 20.9rem;
	}
	.carousel-banner-4{
		top:calc(50% + 0.5rem);
	}
}
@media screen and (max-width: 1440px){
	.carousel-lb,.carousel{
		!*height: 27.15rem;*!
		display: none;
	}
	.carousel-banner-4{
		top:calc(50% - 2.5rem);
	}
}*/




